home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / ARexxTools / fpl70.lha / funclib / test.fpl < prev    next >
Encoding:
Text File  |  1994-04-10  |  139 b   |  10 lines

  1. if(!openlib("func", 2)) {
  2.  
  3.   output( libTest() );
  4.  
  5.   closelib("func");
  6. } else
  7.   output("Failed to open the \"func\" funclib!\n");
  8.  
  9. return;
  10.